Balance Transfer Status API

(0 reviews)

Technical Notes

  • /check-status.get:
    • This end point will provide the check status of the balance transfer payment data based on the inputs dateStart (required), dateEnd (required), payeeAccountNumber (optional), checkNumber (optional), checkStatus (optional). This end point provides the same data that is currently available in Balance Transfer Check Status Report in Springboard.
    • If you include the input checkStatus, only one of the following values are allowed
      • CLEARED, VOIDED, STOP PAYMENT, OUTSTANDING
  • /payment-history.get:
    • This end point will provide balance transfer data based on the inputs dateStart (required), dateEnd (required), accountNumber (optional), paymentType (optional). This end point provides the same data that is currently available in Balance Consolidation Report in Springboard.
    • If you include the input paymentType, only one of the following values are allowed
      • CHK, ACH

Reviews